From: Ævar Arnfjörð Bjarmason Date: Fri, 26 Aug 2005 13:57:34 +0000 (+0000) Subject: * Removed redudant global decleration X-Git-Tag: 1.6.0~1796 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=7db8273317ef487bfb03957da23b94177551e491;p=lhc%2Fweb%2Fwiklou.git * Removed redudant global decleration --- diff --git a/includes/Image.php b/includes/Image.php index 18449a1d97..ecae80a74c 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -72,8 +72,6 @@ class Image } function Image( $title ) { - global $wgShowEXIF; - if( !is_object( $title ) ) { wfDebugDieBacktrace( 'Image constructor given bogus title.' ); }